home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / statep1a / dropdown.asp next >
Text File  |  1999-09-23  |  569b  |  28 lines

  1. <html>
  2. <head>
  3. <title>City of Fresno</title>
  4. </head>
  5. <body bgcolor="white">
  6. <center>
  7. <!-- #include file="menus.inc"-->
  8. <table width=600 cellpadding=0 cellspacing=0 border=0>
  9.   <tr>
  10.     <td><font face='arial'>
  11.     <form action="whatever.asp" method="post">
  12.     Select State or Province:<br>
  13.     <select name="state">
  14.     <br><option value="none">Outside of North America
  15.     <% AddMenu "state" %>
  16.     </select>
  17.     <p>Select Country:
  18.     <br><select name="country">
  19.     <% Addmenu "country" %>
  20.     </select>
  21.     </form></font>
  22.     </td>
  23.   </tr>
  24. </table>
  25. </center>
  26. </body>
  27. </html>
  28.